benchmark-driver.github.io
Benchmarks
Hardware
Ruby Method (Object): Ruby Commits
benchmark-driver/ruby-method-benchmarks
Object#class
Object#clone
Object#<=>(self)
Object#<=>(other)
Object#dup
Object#enum_for
Object#eql?(self)
Object#eql?(other)
Object#===(self)
Object#===(other)
Object#extend
Object#inspect
Object#instance_of?(class)
Object#instance_of?(other_class)
Object#instance_variable_defined?(defined_string)
Object#instance_variable_defined?(undefined_string)
Object#instance_variable_defined?(defined_symbol)
Object#instance_variable_defined?(undefined_symbol)
Object#instance_variable_get(defined_string)
Object#instance_variable_get(defined_symbol)
Object#instance_variable_set(symbol, obj)
Object#instance_variable_set(string, obj)
Object#instance_variables
Object#is_a?(class)
Object#is_a?(other_class)
Object#kind_of?(class)
Object#kind_of?(other_class)
Object#itself
Object#=~(other)
Object#method(symbol)
Object#methods(true)
Object#methods(false)
Object#nil?
Object#!=(self)
Object#!=(other)
Object#object_id
Object#__id__
Object#private_methods(true)
Object#private_methods(false)
Object#protected_methods(true)
Object#protected_methods(false)
Object#public_method(symbol)
Object#public_methods(true)
Object#public_methods(false)
Object#public_send(symbol)
Object#public_send(symbol, arg)
Object#public_send(string)
Object#public_send(string, arg)
Object#remove_instance_variable(symbol)
Object#remove_instance_variable(string)
Object#respond_to?(symbol)
Object#respond_to?(symbol, true)
Object#respond_to?(symbol) with respond_to_missing
Object#respond_to?(string)
Object#respond_to?(string, true)
Object#respond_to?(string) with respond_to_missing
Object#send(symbol)
Object#send(symbol, arg)
Object#send(string)
Object#send(string, arg)
Object#singleton_class
Object#singleton_method(symbol)
Object#singleton_method(string)
Object#singleton_methods
Object#singleton_methods(false)
Object#tap { |x| ...}
Object#to_s
Object#yield_self { |x| ...}